home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / vt.h < prev    next >
Text File  |  1996-07-10  |  1KB  |  49 lines

  1. /* k 0039    27/08/90    */
  2. /* k 0066    21/10/90    */
  3. /* k 0100    31/12/90     */
  4. /* k 0217    15/09/91    *//* CTRL_HOME & BACKSPACE */
  5. #define SW2020 0x80                /* @0066 */
  6. #define SW128  0x40                /* @0066 */
  7. #define SW36   0x20                /* @0066 */
  8. #define SW_RQB 0x10                /* @0066 */
  9. #define VT_ACT 0x80            /* vt.h */
  10. #define VT_MODE 0x40
  11. #define VT_IO 0x20
  12. #define ALTX 256+45
  13. #define NOVT_ACT 0xff-0x80
  14. #define NOVT_MODE 0xff-0x40
  15. #define NOVT_IO 0xff-0x20
  16. #define VT_COMMA 0x10
  17. #define NOVT_COMMA 0xff-0x10
  18. #define VT_USER 0x08
  19. #define NOVT_USER 0xff-0x08
  20. #define VT_LOGON 0x04
  21. #define NOVT_LOGON 0xff-0x04
  22. #define VT_APPL 0x02
  23. #define NOVT_APPL 0xff-0x02
  24. #define VT_LMODE 0x01
  25. #define NOVT_LMODE 0xff-0x01
  26. #define ESC 27
  27. #define DOT 0x2e
  28. #define F1  315
  29. #define CODE_O 111
  30. #define CODE_S 115
  31. #define CODE_L 108
  32. #define CODE_D 100
  33. #define CODE_F 102
  34. #define CODE_T 116
  35. #define CODE_E 101
  36. #define CODE_RIGHT 256+77
  37. #define CODE_LEFT 256+75
  38. #define CODE_UP 256+72
  39. #define CODE_DOWN 256+80
  40. #define CODE_DEL 256+83
  41. #define CR 13
  42. #define CURSOR 0x0607
  43. #define NOCURSOR 0x2000
  44. #define CTRL_HOME 375        /* @0217 */
  45. #define CODE_BS  8        /* @0217 */
  46. struct vt0 {
  47.   char lsmax;
  48.        };
  49.